home *** CD-ROM | disk | FTP | other *** search
/ CD Actual 72 / PC Actual CD 72.iso / Aplicaciones / Contanet / ContaNet / MOD159.ns_ / MOD159.ns
Encoding:
Text File  |  1996-10-02  |  888 b   |  31 lines

  1. Igic Rep./Total Con Retenci≤n
  2.  
  3. @Datos
  4. ?Codigo,10,20,Codigo, 430
  5. ?Fecha, 5,5,Fecha contable, fecha
  6. ?Fecha_factura, 8, 5,Fecha factura, fecha
  7. ?Factura, 8, 8,N║. Factura
  8. ?Total, 12, 3,Total Factura
  9. ?Tipo_iva, 2, 22, Tipo de Igic,Tipo_iva
  10. ?TIPO_RETEN,2,8, % de Retenci≤n,15
  11. ?CONTRA,10,20,Contrapartida, 70
  12. ?cta_retencion,10,20,Cta. de Retenci≤n, 475
  13. ?cta_igic,10,20,Cta. de Igic, 477
  14.  
  15. @Calculos
  16. base=total/((iva*.01)+1)
  17. importe_IGIC=total-base
  18. RETENC=base*TIPO_RETEN*.01
  19. LIQUIDO=TOTAL-RETENC
  20.  
  21. @Apuntes Contables
  22. codigo, fecha, doc, Fra. +factura, D, LIQUIDO
  23. cta_retencion, fecha, doc, Fra. N║ +factura +TITULO,D,RETENC
  24. contra, fecha, doc, Fra. N║ +factura +TITULO,H, base
  25. cta_igic, fecha, doc, Fra. +factura +TITULO,H,importe_IGIC
  26.  
  27. @IVA
  28. Codigo,titulo,nif,factura,base,tipo_iva,,doc,cta_igic,C
  29. fecha_factura,orden_IGIC_repercutido,iva,recargo_equivalencia,total
  30.  
  31.